home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / perl5 / URI / telnet.pm < prev    next >
Text File  |  1998-09-11  |  95b  |  8 lines

  1. package URI::telnet;
  2. require URI::_login;
  3. @ISA = qw(URI::_login);
  4.  
  5. sub default_port { 23 }
  6.  
  7. 1;
  8.